object DeleteForm: TDeleteForm Left = 334 Top = 272 BorderStyle = bsNone Caption = 'DeleteForm' ClientHeight = 112 ClientWidth = 339 Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 15 object Image1: TImage Left = 0 Top = 0 Width = 320 Height = 112 Align = alClient Picture.Data = {} end object SpeedButton1: TSpeedButton Tag = 1 Left = 40 Top = 80 Width = 89 Height = 25 Caption = 'Yes' Flat = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] Layout = blGlyphBottom ParentFont = False OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Tag = 2 Left = 200 Top = 80 Width = 89 Height = 25 Caption = 'No' Flat = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] Layout = blGlyphBottom ParentFont = False OnClick = SpeedButton2Click end object Label1: TLabel Tag = 4 Left = 40 Top = 16 Width = 257 Height = 57 AutoSize = False Caption = 'Label1' Transparent = True WordWrap = True end object Image2: TImage Left = 320 Top = 0 Width = 19 Height = 112 Align = alRight AutoSize = True Picture.Data = {} OnMouseDown = DragBarMouseDown OnMouseMove = DragBarMouseMove end end